Scheduled lambdas
This documentation is to list all scheduled lambdas with their respective schedules and purposes.
| Service | Lambda Function | EventBridge Rules | Schedule | Description |
|---|---|---|---|---|
| Commission | updateCommissionStatusScheduler | update-commission-status | 00:00 each day | Update the status of all commissions that are marked as IN_PROGRESS and have passed their end date. |
| Init | checkErrorsScheduler | check-errors | 08:00 each day | Check all problems in the database and send an alert on the Discord Channel if some problem have been found. |
| Intervention | updateInterventionStatusScheduler | update-intervention-status | 00:00 each day | Update the status of all interventions that are marked as IN_PROGRESS and have passed their end date. |
| Organization | deleteOrganizationScheduler | delete-organization-scheduler | 00:00 each day | Delete all organizations that are marked as deleted. |
| QrCode | deleteQrcodesScheduler | delete-qrcodes-scheduler | 00:00 each day | Delete all qr codes that are created 30 days ago or more. |
| Report | clearOpenaiFiles | clear-openai-files | 00:00 each day | Clear all openai files that are created 5 hours ago or more. |